aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/groups/[groupId]/expenses/expense-list.tsx
Commit message (Collapse)AuthorAgeFilesLines
* format currency with thousand separators (#81)Lauri Vuorela2024-02-041-2/+2
|
* Create expense from receipt (#69)Sebastien Castiel2024-01-301-9/+2
| | | | | | | * Create expense from receipt * Add modal * Update README
* Fix search functionality (#62)Vid ÄŒufar2024-01-261-74/+68
| | | | | | | | | | * Improve README instructions for local setup * Fix search functionality #61 - use 'includes' for expense filtering * Ensure expense groups with no matching expenses are hidden after filtering * Improve README instructions for local setup
* Added search bar for expense list page (#52)Ankit Bahl2024-01-191-73/+91
| | | | | | | | | * Added search bar for expense list page * Change search input styling --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Improve UI of expense listSebastien Castiel2024-01-171-4/+8
|
* Group expenses (#48)Brandon Eng2024-01-171-60/+117
| | | | | | | | | | | | | | | * Group expenses my date * Group expenses my date * typescript errors * prettier * getExpenseGroup * update logic to use dayjs * clean up
* Add category iconsSebastien Castiel2024-01-111-0/+5
|
* Improve design for expense listSebastien Castiel2024-01-101-10/+18
|
* Ask the user who they are when opening a group for the first time (#7)Sebastien Castiel2024-01-091-5/+9
|
* Add activeUser for default payer per group (#16)Ankit Bahl2024-01-091-1/+16
| | | | | | | | | * Add activeUser for default payer per group * Prettier, change labels, use useEffect --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Fix how dates are displayed (Fix #33)Sebastien Castiel2024-01-091-5/+9
|
* Add Expense Date (#26)Chris Johnston2024-01-081-1/+4
| | | | | | | | | | | | | * add expense date * Improve date formatting * Prettier * Change field description --------- Co-authored-by: Sebastien Castiel <sebastien@castiel.me>
* Revert "Use modal dialogs for expense creation & edition (#10)"Sebastien Castiel2023-12-191-7/+2
| | | | This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e.
* Use modal dialogs for expense creation & edition (#10)Sebastien Castiel2023-12-191-2/+7
| | | | | | | | | | | * First attemps at using route interception and modals * Remove route interception * Make it work * Use Vaul on small screens * Improve vaul
* Migration script, improvements in expenses listSebastien Castiel2023-12-081-10/+20
|
* Share buttonSebastien Castiel2023-12-071-1/+1
|
* Titles and navigationSebastien Castiel2023-12-071-1/+1
|
* Store amounts as centsSebastien Castiel2023-12-071-1/+1
|
* Improve responsivenessSebastien Castiel2023-12-061-0/+76